home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Tricks of the Mac Game Programming Gurus
/
TricksOfTheMacGameProgrammingGurus.iso
/
More Source
/
C⁄C++
/
Xconq 7.0d37
/
source
/
misc
/
xform-table
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1994-02-02
|
197 b
|
7 lines
|
[
TEXT/R*ch
]
#!/bin/sh
# Edit a "word-to-table" skeleton to make a sed script that will
# translate words into table forms when applied to a file.
sed -e "s/WORD/$1/g" < word2table.in | sed -e "s/TABLE/$2/g"